Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomWaveformAnnotation Class > SetReferencedDatetime Method : SetReferencedDatetime(DicomDateTimeValue[],Int32) Method |
public void SetReferencedDatetime( DicomDateTimeValue[] value, int temporalPointCount )
'Declaration
Public Overloads Sub SetReferencedDatetime( _ ByVal value() As DicomDateTimeValue, _ ByVal temporalPointCount As Integer _ )
'Usage
Dim instance As DicomWaveformAnnotation Dim value() As DicomDateTimeValue Dim temporalPointCount As Integer instance.SetReferencedDatetime(value, temporalPointCount)
public void SetReferencedDatetime( DicomDateTimeValue[] value, int temporalPointCount )
function Leadtools.Dicom.DicomWaveformAnnotation.SetReferencedDatetime(DicomDateTimeValue[],Int32)( value , temporalPointCount )
public: void SetReferencedDatetime( array<DicomDateTimeValue>^ value, int temporalPointCount )